Skip to main content

ValidationMessage

Represents a validation message that can be shown to users, including a code, description, and alert type.

Properties

NameDescription
TypeGets or sets the type of alert associated with the validation message.
CodeGets or sets the unique code associated with the validation message.
MessageGets or sets the message text to be displayed to the user.

Constructors

NameDescription
ValidationMessage()Initializes a new instance of the ValidationMessage class with default values.
ValidationMessage()Initializes a new instance of the ValidationMessage class with default values.